home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3macbut.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_MACROBUTTON_H = 1;
- include("oops/r3gadget.js")
-
-
- var R3CLID_MACROBUTTON = 881;
-
-
-
-
-
- R3MBM_EXECUTEMACRO = 881000;
-
- function mR3MBM_EXECUTEMACRO() {
- DoA(this.r3obj, 881000, 0, R3TID_INTEGER, 0);
- }
-
-
-
-
- R3MBA_MacroName = 881500;
- function SetR3MBA_MacroName(value) {
- R3Set(this.r3obj, R3MBA_MacroName, value, R3TID_STRING, 0);
- }
-
- function GetR3MBA_MacroName() {
- return R3Get(this.r3obj, R3MBA_MacroName, R3TID_STRING, 0);
- }
-
- R3MBA_ImageName = 881501;
- function SetR3MBA_ImageName(value) {
- R3Set(this.r3obj, R3MBA_ImageName, value, R3TID_STRING, 0);
- }
-
- function GetR3MBA_ImageName() {
- return R3Get(this.r3obj, R3MBA_ImageName, R3TID_STRING, 0);
- }
-
- R3MBA_Image = 881502;
- function SetR3MBA_Image(value) {
- R3Set(this.r3obj, R3MBA_Image, value, R3TID_OBJECT, 0);
- }
-
- function GetR3MBA_Image() {
- return R3ToJS(R3Get(this.r3obj, R3MBA_Image, R3TID_OBJECT, 0));
- }
-
- R3MBA_InterpreterClid = 881504;
- function SetR3MBA_InterpreterClid(value) {
- R3Set(this.r3obj, R3MBA_InterpreterClid, value, R3TID_INTEGER, 0);
- }
-
- function GetR3MBA_InterpreterClid() {
- return R3Get(this.r3obj, R3MBA_InterpreterClid, R3TID_INTEGER, 0);
- }
-
- R3MBA_MacroString = 881505;
- function SetR3MBA_MacroString(value) {
- R3Set(this.r3obj, R3MBA_MacroString, value, R3TID_STRING, 0);
- }
-
- function GetR3MBA_MacroString() {
- return R3Get(this.r3obj, R3MBA_MacroString, R3TID_STRING, 0);
- }
-
- R3MBA_ShowText = 881506;
- function SetR3MBA_ShowText(value) {
- R3Set(this.r3obj, R3MBA_ShowText, value, R3TID_INTEGER, 0);
- }
-
- function GetR3MBA_ShowText() {
- return R3Get(this.r3obj, R3MBA_ShowText, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Macrobutton () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_MACROBUTTON, arguments);
- }
- // Methods
- this.EXECUTEMACRO=mR3MBM_EXECUTEMACRO;
-
- // Attributes
- this.GetMacroName=GetR3MBA_MacroName;
- this.SetMacroName=SetR3MBA_MacroName;
- this.GetImageName=GetR3MBA_ImageName;
- this.SetImageName=SetR3MBA_ImageName;
- this.GetImage=GetR3MBA_Image;
- this.SetImage=SetR3MBA_Image;
- this.GetInterpreterClid=GetR3MBA_InterpreterClid;
- this.SetInterpreterClid=SetR3MBA_InterpreterClid;
- this.GetMacroString=GetR3MBA_MacroString;
- this.SetMacroString=SetR3MBA_MacroString;
- this.GetShowText=GetR3MBA_ShowText;
- this.SetShowText=SetR3MBA_ShowText;
- }
-
- r3Macrobutton.prototype=new r3Gadget;
- // r3macbut.h_H